← Back to issue list

meson version out of date

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1753250
Type
issue
State
open
Author
~bitseater
Labels
gettext i18n meson snap
Created
2018-03-04 13:14:06.443928+00:00
Updated
2023-12-08 13:42:17.381666+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

Snapcraft fails to build a package with meson plug-in and including gettext, gschemas and resources. The error message is "ImportError: No module named ‘mesonbuild.modules.i18n’ ", cause the build environment install meson 0.29 version and support for gettext, gschemas and resources has been updated in 0.30 version and so on. A workaround to solve it is to update meson: parts: mypart: after: [desktop-gtk3, snapcraft-preload] source: https://github.com/xxxxxx/yyyyyyyy.git source-type: git plugin: meson meson-parameters: [--prefix=/usr] prepare: | apt-get install -y python-setuptools pip3 install meson

Evaluation history

No evaluation history available.